{
	"name" : "The Immortal",
	"description" : "The Immortal",
	"author" : "",   
	"version" : "1.06",
	"priority" : 10,
	"blt_version": 2,
	"pre_hooks" : [
		{"hook_id" : "lib/entry", "script_path" : "base.lua"}
	],
	"hooks" : [
		{
			"hook_id" : "lib/tweak_data/skilltreetweakdata",
			"script_path" : "lua/skilltreetweakdata.lua"
		},
		{
			"hook_id" : "lib/tweak_data/upgradestweakdata",
			"script_path" : "lua/upgradestweakdata.lua"
		},
		{
			"hook_id" : "lib/tweak_data/blackmarket/projectilestweakdata",
			"script_path" : "lua/addgrenade.lua"
		},
		{
			"hook_id" : "lib/tweak_data/upgradestweakdata",
			"script_path" : "lua/addgrenade.lua"
		},
		{
			"hook_id" : "lib/managers/localizationmanager",
			"script_path" : "lua/localizationmanager.lua"
		},
		{
			"hook_id" : "lib/managers/playermanager",
			"script_path" : "lua/skill_multiplier/playermanager.lua"
		},
		{
			"hook_id" : "lib/units/beings/player/playerdamage",
			"script_path" : "lua/skill_multiplier/playerdamage.lua"
		},
		{
			"hook_id" : "lib/units/enemies/cop/copdamage",
			"script_path" : "lua/skill_multiplier/copdamage.lua"
		},
		{
			"hook_id" : "lib/managers/hudmanagerpd2",
			"script_path" : "lua/hudmanagerpd2.lua"
		}
	]
}